Html Css Color HEX #D78AAC Kobi

📋 copy color: '#D78AAC'

red 215 ◦ green 138 ◦ blue 172

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

Shades of Kobi #D78AAC

Tints of Kobi #D78AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 40.95%
G = 26.29%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D78AAC (or 0xD78AAC) is known color: Kobi. HEX triplet: D7, 8A and AC. RGB value is (215,138,172). Sum of RGB (Red+Green+Blue) = 215+138+172=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78AAC is #287553. Grayscale: #A4A4A4. Windows color (decimal): -2651476 or 11307735. OLE color: 11307735.

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

Color convert

RGB 215 138 172 -
CMYK 0 0.36 0.2 0.16
HSL 333.51º 0.49% 0.69% -
HSV(B) 333.51º 0.36% 0.84% -
XYZ 44.56 35.6 43.55 -
YUV 164.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 215 138 172 0 0.36 0.2 0.16 333.51 0.49 0.69
Hex D7 8A AC 0 24 14 10 14E 31 45
Octal 327 212 254 0 44 24 20 516 61 105
Binary 11010111 10001010 10101100 0 100100 10100 10000 101001110 110001 1000101

Color Harmonies of #D78AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78AAC

Black with #D78AAC

Text Example


Text Example

White with #D78AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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