Html Css Color HEX #D77EB1 Kobi

📋 copy color: '#D77EB1'

red 215 ◦ green 126 ◦ blue 177

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

Shades of Kobi #D77EB1

Tints of Kobi #D77EB1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.32%

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 41.51%
G = 24.32%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D77EB1 (or 0xD77EB1) is known color: Kobi. HEX triplet: D7, 7E and B1. RGB value is (215,126,177). Sum of RGB (Red+Green+Blue) = 215+126+177=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77EB1 is #28814E. Grayscale: #9E9E9E. Windows color (decimal): -2654543 or 11632343. OLE color: 11632343.

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

Color convert

RGB 215 126 177 -
CMYK 0 0.41 0.18 0.16
HSL 325.62º 0.53% 0.67% -
HSV(B) 325.62º 0.41% 0.84% -
XYZ 43.42 32.54 45.59 -
YUV 158.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 215 126 177 0 0.41 0.18 0.16 325.62 0.53 0.67
Hex D7 7E B1 0 29 12 10 146 35 43
Octal 327 176 261 0 51 22 20 506 65 103
Binary 11010111 1111110 10110001 0 101001 10010 10000 101000110 110101 1000011

Color Harmonies of #D77EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EB1

Black with #D77EB1

Text Example


Text Example

White with #D77EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EB1; }

 p { color: rgb(215,126,177); }

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

background-color css

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

 a { background-color: rgb(215,126,177); }

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

border-color css

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

 span { border-color: rgb(215,126,177); }

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