Html Css Color HEX #D78290 Carissma

📋 copy color: '#D78290'

red 215 ◦ green 130 ◦ blue 144

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

Shades of Carissma #D78290

Tints of Carissma #D78290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 43.97%
G = 26.58%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D78290 (or 0xD78290) is known color: Carissma. HEX triplet: D7, 82 and 90. RGB value is (215,130,144). Sum of RGB (Red+Green+Blue) = 215+130+144=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D78290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78290 is #287D6F. Grayscale: #9D9D9D. Windows color (decimal): -2653552 or 9470679. OLE color: 9470679.

HSL color Cylindrical-coordinate representation of color #D78290: hue angle of 350.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78290 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 144 -
CMYK 0 0.40 0.33 0.16
HSL 350.12º 0.52% 0.68% -
HSV(B) 350.12º 0.4% 0.84% -
XYZ 41.04 32.43 30.48 -
YUV 157.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 215 130 144 0 0.40 0.33 0.16 350.12 0.52 0.68
Hex D7 82 90 0 28 21 10 15E 34 44
Octal 327 202 220 0 50 41 20 536 64 104
Binary 11010111 10000010 10010000 0 101000 100001 10000 101011110 110100 1000100

Color Harmonies of #D78290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78290

Black with #D78290

Text Example


Text Example

White with #D78290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78290; }

 p { color: rgb(215,130,144); }

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

background-color css

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

 a { background-color: rgb(215,130,144); }

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

border-color css

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

 span { border-color: rgb(215,130,144); }

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