Html Css Color HEX #DE7D87 Carissma

📋 copy color: '#DE7D87'

red 222 ◦ green 125 ◦ blue 135

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

Shades of Carissma #DE7D87

Tints of Carissma #DE7D87

RGB

 RED value IS 222 (87.11% from 255) = 46.06%

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 46.06%
G = 25.93%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE7D87 (or 0xDE7D87) is known color: Carissma. HEX triplet: DE, 7D and 87. RGB value is (222,125,135). Sum of RGB (Red+Green+Blue) = 222+125+135=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D87 is #218278. Grayscale: #9B9B9B. Windows color (decimal): -2196089 or 8879582. OLE color: 8879582.

HSL color Cylindrical-coordinate representation of color #DE7D87: hue angle of 353.81º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7D87 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 125 135 -
CMYK 0 0.44 0.39 0.13
HSL 353.81º 0.6% 0.68% -
HSV(B) 353.81º 0.44% 0.87% -
XYZ 41.83 31.95 26.88 -
YUV 155.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 222 125 135 0 0.44 0.39 0.13 353.81 0.6 0.68
Hex DE 7D 87 0 2C 27 D 162 3C 44
Octal 336 175 207 0 54 47 15 542 74 104
Binary 11011110 1111101 10000111 0 101100 100111 1101 101100010 111100 1000100

Color Harmonies of #DE7D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D87

Black with #DE7D87

Text Example


Text Example

White with #DE7D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D87; }

 p { color: rgb(222,125,135); }

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

background-color css

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

 a { background-color: rgb(222,125,135); }

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

border-color css

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

 span { border-color: rgb(222,125,135); }

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