Html Css Color HEX #D38DAE Kobi

📋 copy color: '#D38DAE'

red 211 ◦ green 141 ◦ blue 174

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

Shades of Kobi #D38DAE

Tints of Kobi #D38DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.81%

 BLUE value IS 174 (68.36% from 255) = 33.08%

R = 40.11%
G = 26.81%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D38DAE (or 0xD38DAE) is known color: Kobi. HEX triplet: D3, 8D and AE. RGB value is (211,141,174). Sum of RGB (Red+Green+Blue) = 211+141+174=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38DAE is #2C7251. Grayscale: #A5A5A5. Windows color (decimal): -2912850 or 11439571. OLE color: 11439571.

HSL color Cylindrical-coordinate representation of color #D38DAE: hue angle of 331.71º 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 #D38DAE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 141 174 -
CMYK 0 0.33 0.18 0.17
HSL 331.71º 0.44% 0.69% -
HSV(B) 331.71º 0.33% 0.83% -
XYZ 44.03 35.95 44.66 -
YUV 165.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 211 141 174 0 0.33 0.18 0.17 331.71 0.44 0.69
Hex D3 8D AE 0 21 12 11 14C 2C 45
Octal 323 215 256 0 41 22 21 514 54 105
Binary 11010011 10001101 10101110 0 100001 10010 10001 101001100 101100 1000101

Color Harmonies of #D38DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DAE

Black with #D38DAE

Text Example


Text Example

White with #D38DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DAE; }

 p { color: rgb(211,141,174); }

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

background-color css

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

 a { background-color: rgb(211,141,174); }

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

border-color css

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

 span { border-color: rgb(211,141,174); }

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