Html Css Color HEX #DF7BAA Kobi

📋 copy color: '#DF7BAA'

red 223 ◦ green 123 ◦ blue 170

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

Shades of Kobi #DF7BAA

Tints of Kobi #DF7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.84%

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

R = 43.22%
G = 23.84%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF7BAA (or 0xDF7BAA) is known color: Kobi. HEX triplet: DF, 7B and AA. RGB value is (223,123,170). Sum of RGB (Red+Green+Blue) = 223+123+170=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7BAA is #208455. Grayscale: #9E9E9E. Windows color (decimal): -2131030 or 11172831. OLE color: 11172831.

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

Color convert

RGB 223 123 170 -
CMYK 0 0.45 0.24 0.13
HSL 331.8º 0.61% 0.68% -
HSV(B) 331.8º 0.45% 0.87% -
XYZ 44.77 32.76 41.99 -
YUV 158.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 223 123 170 0 0.45 0.24 0.13 331.8 0.61 0.68
Hex DF 7B AA 0 2D 18 D 14C 3D 44
Octal 337 173 252 0 55 30 15 514 75 104
Binary 11011111 1111011 10101010 0 101101 11000 1101 101001100 111101 1000100

Color Harmonies of #DF7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7BAA

Black with #DF7BAA

Text Example


Text Example

White with #DF7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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