Html Css Color HEX #D894AC Kobi

📋 copy color: '#D894AC'

red 216 ◦ green 148 ◦ blue 172

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

Shades of Kobi #D894AC

Tints of Kobi #D894AC

RGB

 RED value IS 216 (84.77% from 255) = 40.3%

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

 BLUE value IS 172 (67.58% from 255) = 32.09%

R = 40.3%
G = 27.61%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D894AC (or 0xD894AC) is known color: Kobi. HEX triplet: D8, 94 and AC. RGB value is (216,148,172). Sum of RGB (Red+Green+Blue) = 216+148+172=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D894AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D894AC is #276B53. Grayscale: #ABABAB. Windows color (decimal): -2583380 or 11310296. OLE color: 11310296.

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

Color convert

RGB 216 148 172 -
CMYK 0 0.31 0.20 0.15
HSL 338.82º 0.47% 0.71% -
HSV(B) 338.82º 0.31% 0.85% -
XYZ 46.36 38.76 44.07 -
YUV 171.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 216 148 172 0 0.31 0.20 0.15 338.82 0.47 0.71
Hex D8 94 AC 0 1F 14 F 153 2F 47
Octal 330 224 254 0 37 24 17 523 57 107
Binary 11011000 10010100 10101100 0 11111 10100 1111 101010011 101111 1000111

Color Harmonies of #D894AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894AC

Black with #D894AC

Text Example


Text Example

White with #D894AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894AC; }

 p { color: rgb(216,148,172); }

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

background-color css

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

 a { background-color: rgb(216,148,172); }

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

border-color css

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

 span { border-color: rgb(216,148,172); }

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