Html Css Color HEX #D894B0 Kobi

📋 copy color: '#D894B0'

red 216 ◦ green 148 ◦ blue 176

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

Shades of Kobi #D894B0

Tints of Kobi #D894B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.59%

R = 40%
G = 27.41%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D894B0 (or 0xD894B0) is known color: Kobi. HEX triplet: D8, 94 and B0. RGB value is (216,148,176). Sum of RGB (Red+Green+Blue) = 216+148+176=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D894B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D894B0 is #276B4F. Grayscale: #ABABAB. Windows color (decimal): -2583376 or 11572440. OLE color: 11572440.

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

Color convert

RGB 216 148 176 -
CMYK 0 0.31 0.19 0.15
HSL 335.29º 0.47% 0.71% -
HSV(B) 335.29º 0.31% 0.85% -
XYZ 46.75 38.91 46.12 -
YUV 171.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 216 148 176 0 0.31 0.19 0.15 335.29 0.47 0.71
Hex D8 94 B0 0 1F 13 F 14F 2F 47
Octal 330 224 260 0 37 23 17 517 57 107
Binary 11011000 10010100 10110000 0 11111 10011 1111 101001111 101111 1000111

Color Harmonies of #D894B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894B0

Black with #D894B0

Text Example


Text Example

White with #D894B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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