Html Css Color HEX #D994B1 Kobi

📋 copy color: '#D994B1'

red 217 ◦ green 148 ◦ blue 177

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

Shades of Kobi #D994B1

Tints of Kobi #D994B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.66%

R = 40.04%
G = 27.31%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D994B1 (or 0xD994B1) is known color: Kobi. HEX triplet: D9, 94 and B1. RGB value is (217,148,177). Sum of RGB (Red+Green+Blue) = 217+148+177=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D994B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994B1 is #266B4E. Grayscale: #ABABAB. Windows color (decimal): -2517839 or 11637977. OLE color: 11637977.

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

Color convert

RGB 217 148 177 -
CMYK 0 0.32 0.18 0.15
HSL 334.78º 0.48% 0.72% -
HSV(B) 334.78º 0.32% 0.85% -
XYZ 47.14 39.11 46.66 -
YUV 171.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 217 148 177 0 0.32 0.18 0.15 334.78 0.48 0.72
Hex D9 94 B1 0 20 12 F 14F 30 48
Octal 331 224 261 0 40 22 17 517 60 110
Binary 11011001 10010100 10110001 0 100000 10010 1111 101001111 110000 1001000

Color Harmonies of #D994B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994B1

Black with #D994B1

Text Example


Text Example

White with #D994B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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