Html Css Color HEX #D78AB1 Kobi

📋 copy color: '#D78AB1'

red 215 ◦ green 138 ◦ blue 177

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

Shades of Kobi #D78AB1

Tints of Kobi #D78AB1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.04%

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

R = 40.57%
G = 26.04%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D78AB1 (or 0xD78AB1) is known color: Kobi. HEX triplet: D7, 8A and B1. RGB value is (215,138,177). Sum of RGB (Red+Green+Blue) = 215+138+177=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78AB1 is #28754E. Grayscale: #A5A5A5. Windows color (decimal): -2651471 or 11635415. OLE color: 11635415.

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

Color convert

RGB 215 138 177 -
CMYK 0 0.36 0.18 0.16
HSL 329.61º 0.49% 0.69% -
HSV(B) 329.61º 0.36% 0.84% -
XYZ 45.05 35.8 46.13 -
YUV 165.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 215 138 177 0 0.36 0.18 0.16 329.61 0.49 0.69
Hex D7 8A B1 0 24 12 10 14A 31 45
Octal 327 212 261 0 44 22 20 512 61 105
Binary 11010111 10001010 10110001 0 100100 10010 10000 101001010 110001 1000101

Color Harmonies of #D78AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78AB1

Black with #D78AB1

Text Example


Text Example

White with #D78AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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