Html Css Color HEX #D38CA9 Kobi

📋 copy color: '#D38CA9'

red 211 ◦ green 140 ◦ blue 169

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

Shades of Kobi #D38CA9

Tints of Kobi #D38CA9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.92%

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 40.58%
G = 26.92%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D38CA9 (or 0xD38CA9) is known color: Kobi. HEX triplet: D3, 8C and A9. RGB value is (211,140,169). Sum of RGB (Red+Green+Blue) = 211+140+169=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38CA9 is #2C7356. Grayscale: #A4A4A4. Windows color (decimal): -2913111 or 11111635. OLE color: 11111635.

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

Color convert

RGB 211 140 169 -
CMYK 0 0.34 0.20 0.17
HSL 335.49º 0.45% 0.69% -
HSV(B) 335.49º 0.34% 0.83% -
XYZ 43.4 35.47 42.09 -
YUV 164.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 211 140 169 0 0.34 0.20 0.17 335.49 0.45 0.69
Hex D3 8C A9 0 22 14 11 14F 2D 45
Octal 323 214 251 0 42 24 21 517 55 105
Binary 11010011 10001100 10101001 0 100010 10100 10001 101001111 101101 1000101

Color Harmonies of #D38CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CA9

Black with #D38CA9

Text Example


Text Example

White with #D38CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CA9; }

 p { color: rgb(211,140,169); }

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

background-color css

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

 a { background-color: rgb(211,140,169); }

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

border-color css

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

 span { border-color: rgb(211,140,169); }

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