Html Css Color HEX #D994B2 Kobi

📋 copy color: '#D994B2'

red 217 ◦ green 148 ◦ blue 178

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

Shades of Kobi #D994B2

Tints of Kobi #D994B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 39.96%
G = 27.26%
B = 32.78%

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

#D994B2 (or 0xD994B2) is known color: Kobi. HEX triplet: D9, 94 and B2. RGB value is (217,148,178). Sum of RGB (Red+Green+Blue) = 217+148+178=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D994B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994B2 is #266B4D. Grayscale: #ACACAC. Windows color (decimal): -2517838 or 11703513. OLE color: 11703513.

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

Color convert

RGB 217 148 178 -
CMYK 0 0.32 0.18 0.15
HSL 333.91º 0.48% 0.72% -
HSV(B) 333.91º 0.32% 0.85% -
XYZ 47.24 39.15 47.19 -
YUV 172.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 217 148 178 0 0.32 0.18 0.15 333.91 0.48 0.72
Hex D9 94 B2 0 20 12 F 14E 30 48
Octal 331 224 262 0 40 22 17 516 60 110
Binary 11011001 10010100 10110010 0 100000 10010 1111 101001110 110000 1001000

Color Harmonies of #D994B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994B2

Black with #D994B2

Text Example


Text Example

White with #D994B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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