Html Css Color HEX #D994A8 Kobi

📋 copy color: '#D994A8'

red 217 ◦ green 148 ◦ blue 168

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

Shades of Kobi #D994A8

Tints of Kobi #D994A8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.77%

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 40.71%
G = 27.77%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D994A8 (or 0xD994A8) is known color: Kobi. HEX triplet: D9, 94 and A8. RGB value is (217,148,168). Sum of RGB (Red+Green+Blue) = 217+148+168=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D994A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994A8 is #266B57. Grayscale: #AAAAAA. Windows color (decimal): -2517848 or 11048153. OLE color: 11048153.

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

Color convert

RGB 217 148 168 -
CMYK 0 0.32 0.23 0.15
HSL 342.61º 0.48% 0.72% -
HSV(B) 342.61º 0.32% 0.85% -
XYZ 46.27 38.76 42.09 -
YUV 170.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 217 148 168 0 0.32 0.23 0.15 342.61 0.48 0.72
Hex D9 94 A8 0 20 17 F 157 30 48
Octal 331 224 250 0 40 27 17 527 60 110
Binary 11011001 10010100 10101000 0 100000 10111 1111 101010111 110000 1001000

Color Harmonies of #D994A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994A8

Black with #D994A8

Text Example


Text Example

White with #D994A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994A8; }

 p { color: rgb(217,148,168); }

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

background-color css

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

 a { background-color: rgb(217,148,168); }

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

border-color css

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

 span { border-color: rgb(217,148,168); }

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