Html Css Color HEX #D77BB0 Kobi

📋 copy color: '#D77BB0'

red 215 ◦ green 123 ◦ blue 176

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

Shades of Kobi #D77BB0

Tints of Kobi #D77BB0

RGB

 RED value IS 215 (84.38% from 255) = 41.83%

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

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

R = 41.83%
G = 23.93%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D77BB0 (or 0xD77BB0) is known color: Kobi. HEX triplet: D7, 7B and B0. RGB value is (215,123,176). Sum of RGB (Red+Green+Blue) = 215+123+176=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BB0 is #28844F. Grayscale: #9C9C9C. Windows color (decimal): -2655312 or 11566039. OLE color: 11566039.

HSL color Cylindrical-coordinate representation of color #D77BB0: hue angle of 325.43º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77BB0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 123 176 -
CMYK 0 0.43 0.18 0.16
HSL 325.43º 0.53% 0.66% -
HSV(B) 325.43º 0.43% 0.84% -
XYZ 42.94 31.75 44.94 -
YUV 156.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 215 123 176 0 0.43 0.18 0.16 325.43 0.53 0.66
Hex D7 7B B0 0 2B 12 10 145 35 42
Octal 327 173 260 0 53 22 20 505 65 102
Binary 11010111 1111011 10110000 0 101011 10010 10000 101000101 110101 1000010

Color Harmonies of #D77BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BB0

Black with #D77BB0

Text Example


Text Example

White with #D77BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BB0; }

 p { color: rgb(215,123,176); }

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

background-color css

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

 a { background-color: rgb(215,123,176); }

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

border-color css

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

 span { border-color: rgb(215,123,176); }

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