Html Css Color HEX #DA908B Petite Orchid

📋 copy color: '#DA908B'

red 218 ◦ green 144 ◦ blue 139

#DA908B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #DA908B

Tints of Petite Orchid #DA908B

RGB

 RED value IS 218 (85.55% from 255) = 43.51%

 GREEN value IS 144 (56.64% from 255) = 28.74%

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 43.51%
G = 28.74%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA908B (or 0xDA908B) is known color: Petite Orchid. HEX triplet: DA, 90 and 8B. RGB value is (218,144,139). Sum of RGB (Red+Green+Blue) = 218+144+139=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908B is #256F74. Grayscale: #A5A5A5. Windows color (decimal): -2453365 or 9146586. OLE color: 9146586.

HSL color Cylindrical-coordinate representation of color #DA908B: hue angle of 3.8º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA908B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 144 139 -
CMYK 0 0.34 0.36 0.15
HSL 3.8º 0.52% 0.7% -
HSV(B) 3.8º 0.36% 0.85% -
XYZ 43.55 36.72 29.22 -
YUV 165.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 218 144 139 0 0.34 0.36 0.15 3.8 0.52 0.7
Hex DA 90 8B 0 22 24 F 4 34 46
Octal 332 220 213 0 42 44 17 4 64 106
Binary 11011010 10010000 10001011 0 100010 100100 1111 100 110100 1000110

Color Harmonies of #DA908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA908B

Black with #DA908B

Text Example


Text Example

White with #DA908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA908B; }

 p { color: rgb(218,144,139); }

 H1.HeaderClassName
 {
   color: #DA908B;
 }
 .AnyTagClassName
 {
   color: #DA908B;
 }
</style>

background-color css

<style>
 a { background-color: #DA908B; }

 a { background-color: rgb(218,144,139); }

 div.DivClassName
 {
   background-color: #DA908B;
 }
 .BgClassName
 {
   background-color: #DA908B;
 }
</style>

border-color css

<style>
 span { border-color: #DA908B; }

 span { border-color: rgb(218,144,139); }

 td.TdClassName
 {
   border-color: #DA908B;
 }
 .TagClassName
 {
   border-color: #DA908B;
 }
</style>