Html Css Color HEX #D78AB2 Kobi

📋 copy color: '#D78AB2'

red 215 ◦ green 138 ◦ blue 178

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

Shades of Kobi #D78AB2

Tints of Kobi #D78AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 40.49%
G = 25.99%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D78AB2 (or 0xD78AB2) is known color: Kobi. HEX triplet: D7, 8A and B2. RGB value is (215,138,178). Sum of RGB (Red+Green+Blue) = 215+138+178=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78AB2 is #28754D. Grayscale: #A5A5A5. Windows color (decimal): -2651470 or 11700951. OLE color: 11700951.

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

Color convert

RGB 215 138 178 -
CMYK 0 0.36 0.17 0.16
HSL 328.83º 0.49% 0.69% -
HSV(B) 328.83º 0.36% 0.84% -
XYZ 45.15 35.84 46.66 -
YUV 165.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 215 138 178 0 0.36 0.17 0.16 328.83 0.49 0.69
Hex D7 8A B2 0 24 11 10 149 31 45
Octal 327 212 262 0 44 21 20 511 61 105
Binary 11010111 10001010 10110010 0 100100 10001 10000 101001001 110001 1000101

Color Harmonies of #D78AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78AB2

Black with #D78AB2

Text Example


Text Example

White with #D78AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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