Html Css Color HEX #DF84B2 Kobi

📋 copy color: '#DF84B2'

red 223 ◦ green 132 ◦ blue 178

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

Shades of Kobi #DF84B2

Tints of Kobi #DF84B2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.77%

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

R = 41.84%
G = 24.77%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF84B2 (or 0xDF84B2) is known color: Kobi. HEX triplet: DF, 84 and B2. RGB value is (223,132,178). Sum of RGB (Red+Green+Blue) = 223+132+178=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF84B2 is #207B4D. Grayscale: #A4A4A4. Windows color (decimal): -2128718 or 11699423. OLE color: 11699423.

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

Color convert

RGB 223 132 178 -
CMYK 0 0.41 0.20 0.13
HSL 329.67º 0.59% 0.7% -
HSV(B) 329.67º 0.41% 0.87% -
XYZ 46.72 35.4 46.49 -
YUV 164.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 223 132 178 0 0.41 0.20 0.13 329.67 0.59 0.7
Hex DF 84 B2 0 29 14 D 14A 3B 46
Octal 337 204 262 0 51 24 15 512 73 106
Binary 11011111 10000100 10110010 0 101001 10100 1101 101001010 111011 1000110

Color Harmonies of #DF84B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF84B2

Black with #DF84B2

Text Example


Text Example

White with #DF84B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF84B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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