Html Css Color HEX #D7838D Carissma

📋 copy color: '#D7838D'

red 215 ◦ green 131 ◦ blue 141

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

Shades of Carissma #D7838D

Tints of Carissma #D7838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.9%

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

R = 44.15%
G = 26.9%
B = 28.95%

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

#D7838D (or 0xD7838D) is known color: Carissma. HEX triplet: D7, 83 and 8D. RGB value is (215,131,141). Sum of RGB (Red+Green+Blue) = 215+131+141=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7838D is #287C72. Grayscale: #9D9D9D. Windows color (decimal): -2653299 or 9274327. OLE color: 9274327.

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

Color convert

RGB 215 131 141 -
CMYK 0 0.39 0.34 0.16
HSL 352.86º 0.51% 0.68% -
HSV(B) 352.86º 0.39% 0.84% -
XYZ 40.95 32.6 29.33 -
YUV 157.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 215 131 141 0 0.39 0.34 0.16 352.86 0.51 0.68
Hex D7 83 8D 0 27 22 10 161 33 44
Octal 327 203 215 0 47 42 20 541 63 104
Binary 11010111 10000011 10001101 0 100111 100010 10000 101100001 110011 1000100

Color Harmonies of #D7838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7838D

Black with #D7838D

Text Example


Text Example

White with #D7838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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