Html Css Color HEX #D38EAA Kobi

📋 copy color: '#D38EAA'

red 211 ◦ green 142 ◦ blue 170

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

Shades of Kobi #D38EAA

Tints of Kobi #D38EAA

RGB

 RED value IS 211 (82.81% from 255) = 40.34%

 GREEN value IS 142 (55.86% from 255) = 27.15%

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 40.34%
G = 27.15%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D38EAA (or 0xD38EAA) is known color: Kobi. HEX triplet: D3, 8E and AA. RGB value is (211,142,170). Sum of RGB (Red+Green+Blue) = 211+142+170=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38EAA is #2C7155. Grayscale: #A5A5A5. Windows color (decimal): -2912598 or 11177683. OLE color: 11177683.

HSL color Cylindrical-coordinate representation of color #D38EAA: hue angle of 335.65º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38EAA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 142 170 -
CMYK 0 0.33 0.19 0.17
HSL 335.65º 0.44% 0.69% -
HSV(B) 335.65º 0.33% 0.83% -
XYZ 43.79 36.1 42.69 -
YUV 165.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 211 142 170 0 0.33 0.19 0.17 335.65 0.44 0.69
Hex D3 8E AA 0 21 13 11 150 2C 45
Octal 323 216 252 0 41 23 21 520 54 105
Binary 11010011 10001110 10101010 0 100001 10011 10001 101010000 101100 1000101

Color Harmonies of #D38EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EAA

Black with #D38EAA

Text Example


Text Example

White with #D38EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EAA; }

 p { color: rgb(211,142,170); }

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

background-color css

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

 a { background-color: rgb(211,142,170); }

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

border-color css

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

 span { border-color: rgb(211,142,170); }

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