Html Css Color HEX #D77EB3 Kobi

📋 copy color: '#D77EB3'

red 215 ◦ green 126 ◦ blue 179

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

Shades of Kobi #D77EB3

Tints of Kobi #D77EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 41.35%
G = 24.23%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D77EB3 (or 0xD77EB3) is known color: Kobi. HEX triplet: D7, 7E and B3. RGB value is (215,126,179). Sum of RGB (Red+Green+Blue) = 215+126+179=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EB3 is #28814C. Grayscale: #9E9E9E. Windows color (decimal): -2654541 or 11763415. OLE color: 11763415.

HSL color Cylindrical-coordinate representation of color #D77EB3: hue angle of 324.27º 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 #D77EB3 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 126 179 -
CMYK 0 0.41 0.17 0.16
HSL 324.27º 0.53% 0.67% -
HSV(B) 324.27º 0.41% 0.84% -
XYZ 43.62 32.62 46.65 -
YUV 158.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 215 126 179 0 0.41 0.17 0.16 324.27 0.53 0.67
Hex D7 7E B3 0 29 11 10 144 35 43
Octal 327 176 263 0 51 21 20 504 65 103
Binary 11010111 1111110 10110011 0 101001 10001 10000 101000100 110101 1000011

Color Harmonies of #D77EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EB3

Black with #D77EB3

Text Example


Text Example

White with #D77EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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