Html Css Color HEX #DF90B2 Kobi

📋 copy color: '#DF90B2'

red 223 ◦ green 144 ◦ blue 178

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

Shades of Kobi #DF90B2

Tints of Kobi #DF90B2

RGB

 RED value IS 223 (87.5% from 255) = 40.92%

 GREEN value IS 144 (56.64% from 255) = 26.42%

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

R = 40.92%
G = 26.42%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF90B2 (or 0xDF90B2) is known color: Kobi. HEX triplet: DF, 90 and B2. RGB value is (223,144,178). Sum of RGB (Red+Green+Blue) = 223+144+178=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90B2 is #206F4D. Grayscale: #ABABAB. Windows color (decimal): -2125646 or 11702495. OLE color: 11702495.

HSL color Cylindrical-coordinate representation of color #DF90B2: hue angle of 334.18º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90B2 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 144 178 -
CMYK 0 0.35 0.20 0.13
HSL 334.18º 0.55% 0.72% -
HSV(B) 334.18º 0.35% 0.87% -
XYZ 48.44 38.85 47.06 -
YUV 171.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 223 144 178 0 0.35 0.20 0.13 334.18 0.55 0.72
Hex DF 90 B2 0 23 14 D 14E 37 48
Octal 337 220 262 0 43 24 15 516 67 110
Binary 11011111 10010000 10110010 0 100011 10100 1101 101001110 110111 1001000

Color Harmonies of #DF90B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF90B2

Black with #DF90B2

Text Example


Text Example

White with #DF90B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF90B2; }

 p { color: rgb(223,144,178); }

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

background-color css

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

 a { background-color: rgb(223,144,178); }

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

border-color css

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

 span { border-color: rgb(223,144,178); }

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