Html Css Color HEX #D77FAB Kobi

📋 copy color: '#D77FAB'

red 215 ◦ green 127 ◦ blue 171

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

Shades of Kobi #D77FAB

Tints of Kobi #D77FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.76%

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 41.91%
G = 24.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D77FAB (or 0xD77FAB) is known color: Kobi. HEX triplet: D7, 7F and AB. RGB value is (215,127,171). Sum of RGB (Red+Green+Blue) = 215+127+171=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77FAB is #288054. Grayscale: #9E9E9E. Windows color (decimal): -2654293 or 11239383. OLE color: 11239383.

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

Color convert

RGB 215 127 171 -
CMYK 0 0.41 0.20 0.16
HSL 330º 0.52% 0.67% -
HSV(B) 330º 0.41% 0.84% -
XYZ 42.96 32.57 42.55 -
YUV 158.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 215 127 171 0 0.41 0.20 0.16 330 0.52 0.67
Hex D7 7F AB 0 29 14 10 14A 34 43
Octal 327 177 253 0 51 24 20 512 64 103
Binary 11010111 1111111 10101011 0 101001 10100 10000 101001010 110100 1000011

Color Harmonies of #D77FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FAB

Black with #D77FAB

Text Example


Text Example

White with #D77FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FAB; }

 p { color: rgb(215,127,171); }

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

background-color css

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

 a { background-color: rgb(215,127,171); }

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

border-color css

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

 span { border-color: rgb(215,127,171); }

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