Html Css Color HEX #DE7D94 Carissma

📋 copy color: '#DE7D94'

red 222 ◦ green 125 ◦ blue 148

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

Shades of Carissma #DE7D94

Tints of Carissma #DE7D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.9%

R = 44.85%
G = 25.25%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE7D94 (or 0xDE7D94) is known color: Carissma. HEX triplet: DE, 7D and 94. RGB value is (222,125,148). Sum of RGB (Red+Green+Blue) = 222+125+148=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D94 is #21826B. Grayscale: #9C9C9C. Windows color (decimal): -2196076 or 9731550. OLE color: 9731550.

HSL color Cylindrical-coordinate representation of color #DE7D94: hue angle of 345.77º 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 #DE7D94 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 125 148 -
CMYK 0 0.44 0.33 0.13
HSL 345.77º 0.6% 0.68% -
HSV(B) 345.77º 0.44% 0.87% -
XYZ 42.8 32.33 32 -
YUV 156.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 222 125 148 0 0.44 0.33 0.13 345.77 0.6 0.68
Hex DE 7D 94 0 2C 21 D 15A 3C 44
Octal 336 175 224 0 54 41 15 532 74 104
Binary 11011110 1111101 10010100 0 101100 100001 1101 101011010 111100 1000100

Color Harmonies of #DE7D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D94

Black with #DE7D94

Text Example


Text Example

White with #DE7D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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