Html Css Color HEX #DE7F95 Carissma

📋 copy color: '#DE7F95'

red 222 ◦ green 127 ◦ blue 149

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

Shades of Carissma #DE7F95

Tints of Carissma #DE7F95

RGB

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

 GREEN value IS 127 (50% from 255) = 25.5%

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 44.58%
G = 25.5%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE7F95 (or 0xDE7F95) is known color: Carissma. HEX triplet: DE, 7F and 95. RGB value is (222,127,149). Sum of RGB (Red+Green+Blue) = 222+127+149=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7F95 is #21806A. Grayscale: #9D9D9D. Windows color (decimal): -2195563 or 9797598. OLE color: 9797598.

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

Color convert

RGB 222 127 149 -
CMYK 0 0.43 0.33 0.13
HSL 346.11º 0.59% 0.68% -
HSV(B) 346.11º 0.43% 0.87% -
XYZ 43.14 32.88 32.51 -
YUV 157.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 222 127 149 0 0.43 0.33 0.13 346.11 0.59 0.68
Hex DE 7F 95 0 2B 21 D 15A 3B 44
Octal 336 177 225 0 53 41 15 532 73 104
Binary 11011110 1111111 10010101 0 101011 100001 1101 101011010 111011 1000100

Color Harmonies of #DE7F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F95

Black with #DE7F95

Text Example


Text Example

White with #DE7F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F95; }

 p { color: rgb(222,127,149); }

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

background-color css

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

 a { background-color: rgb(222,127,149); }

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

border-color css

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

 span { border-color: rgb(222,127,149); }

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