Html Css Color HEX #D7848E Carissma

📋 copy color: '#D7848E'

red 215 ◦ green 132 ◦ blue 142

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

Shades of Carissma #D7848E

Tints of Carissma #D7848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 43.97%
G = 26.99%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7848E (or 0xD7848E) is known color: Carissma. HEX triplet: D7, 84 and 8E. RGB value is (215,132,142). Sum of RGB (Red+Green+Blue) = 215+132+142=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7848E is #287B71. Grayscale: #9E9E9E. Windows color (decimal): -2653042 or 9340119. OLE color: 9340119.

HSL color Cylindrical-coordinate representation of color #D7848E: hue angle of 352.77º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7848E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 132 142 -
CMYK 0 0.39 0.34 0.16
HSL 352.77º 0.51% 0.68% -
HSV(B) 352.77º 0.39% 0.84% -
XYZ 41.16 32.9 29.77 -
YUV 157.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 215 132 142 0 0.39 0.34 0.16 352.77 0.51 0.68
Hex D7 84 8E 0 27 22 10 161 33 44
Octal 327 204 216 0 47 42 20 541 63 104
Binary 11010111 10000100 10001110 0 100111 100010 10000 101100001 110011 1000100

Color Harmonies of #D7848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7848E

Black with #D7848E

Text Example


Text Example

White with #D7848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7848E; }

 p { color: rgb(215,132,142); }

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

background-color css

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

 a { background-color: rgb(215,132,142); }

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

border-color css

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

 span { border-color: rgb(215,132,142); }

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