Html Css Color HEX #D7848D Carissma

📋 copy color: '#D7848D'

red 215 ◦ green 132 ◦ blue 141

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

Shades of Carissma #D7848D

Tints of Carissma #D7848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 44.06%
G = 27.05%
B = 28.89%

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

#D7848D (or 0xD7848D) is known color: Carissma. HEX triplet: D7, 84 and 8D. RGB value is (215,132,141). Sum of RGB (Red+Green+Blue) = 215+132+141=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7848D is #287B72. Grayscale: #9D9D9D. Windows color (decimal): -2653043 or 9274583. OLE color: 9274583.

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

Color convert

RGB 215 132 141 -
CMYK 0 0.39 0.34 0.16
HSL 353.49º 0.51% 0.68% -
HSV(B) 353.49º 0.39% 0.84% -
XYZ 41.08 32.87 29.38 -
YUV 157.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 215 132 141 0 0.39 0.34 0.16 353.49 0.51 0.68
Hex D7 84 8D 0 27 22 10 161 33 44
Octal 327 204 215 0 47 42 20 541 63 104
Binary 11010111 10000100 10001101 0 100111 100010 10000 101100001 110011 1000100

Color Harmonies of #D7848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7848D

Black with #D7848D

Text Example


Text Example

White with #D7848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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