Html Css Color HEX #DF83AA Kobi

📋 copy color: '#DF83AA'

red 223 ◦ green 131 ◦ blue 170

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

Shades of Kobi #DF83AA

Tints of Kobi #DF83AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25%

 BLUE value IS 170 (66.8% from 255) = 32.44%

R = 42.56%
G = 25%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF83AA (or 0xDF83AA) is known color: Kobi. HEX triplet: DF, 83 and AA. RGB value is (223,131,170). Sum of RGB (Red+Green+Blue) = 223+131+170=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83AA is #207C55. Grayscale: #A2A2A2. Windows color (decimal): -2128982 or 11174879. OLE color: 11174879.

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

Color convert

RGB 223 131 170 -
CMYK 0 0.41 0.24 0.13
HSL 334.57º 0.59% 0.69% -
HSV(B) 334.57º 0.41% 0.87% -
XYZ 45.8 34.82 42.34 -
YUV 162.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 223 131 170 0 0.41 0.24 0.13 334.57 0.59 0.69
Hex DF 83 AA 0 29 18 D 14F 3B 45
Octal 337 203 252 0 51 30 15 517 73 105
Binary 11011111 10000011 10101010 0 101001 11000 1101 101001111 111011 1000101

Color Harmonies of #DF83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83AA

Black with #DF83AA

Text Example


Text Example

White with #DF83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83AA; }

 p { color: rgb(223,131,170); }

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

background-color css

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

 a { background-color: rgb(223,131,170); }

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

border-color css

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

 span { border-color: rgb(223,131,170); }

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