Html Css Color HEX #D995A4 Kobi

📋 copy color: '#D995A4'

red 217 ◦ green 149 ◦ blue 164

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

Shades of Kobi #D995A4

Tints of Kobi #D995A4

RGB

 RED value IS 217 (85.16% from 255) = 40.94%

 GREEN value IS 149 (58.59% from 255) = 28.11%

 BLUE value IS 164 (64.45% from 255) = 30.94%

R = 40.94%
G = 28.11%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D995A4 (or 0xD995A4) is known color: Kobi. HEX triplet: D9, 95 and A4. RGB value is (217,149,164). Sum of RGB (Red+Green+Blue) = 217+149+164=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D995A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995A4 is #266A5B. Grayscale: #ABABAB. Windows color (decimal): -2517596 or 10786265. OLE color: 10786265.

HSL color Cylindrical-coordinate representation of color #D995A4: hue angle of 346.76º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995A4 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 164 -
CMYK 0 0.31 0.24 0.15
HSL 346.76º 0.47% 0.72% -
HSV(B) 346.76º 0.31% 0.85% -
XYZ 46.06 38.93 40.21 -
YUV 171.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 217 149 164 0 0.31 0.24 0.15 346.76 0.47 0.72
Hex D9 95 A4 0 1F 18 F 15B 2F 48
Octal 331 225 244 0 37 30 17 533 57 110
Binary 11011001 10010101 10100100 0 11111 11000 1111 101011011 101111 1001000

Color Harmonies of #D995A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995A4

Black with #D995A4

Text Example


Text Example

White with #D995A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995A4; }

 p { color: rgb(217,149,164); }

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

background-color css

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

 a { background-color: rgb(217,149,164); }

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

border-color css

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

 span { border-color: rgb(217,149,164); }

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