Html Css Color HEX #DE7D9F Carissma

📋 copy color: '#DE7D9F'

red 222 ◦ green 125 ◦ blue 159

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

Shades of Carissma #DE7D9F

Tints of Carissma #DE7D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.42%

R = 43.87%
G = 24.7%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE7D9F (or 0xDE7D9F) is known color: Carissma. HEX triplet: DE, 7D and 9F. RGB value is (222,125,159). Sum of RGB (Red+Green+Blue) = 222+125+159=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D9F is #218260. Grayscale: #9D9D9D. Windows color (decimal): -2196065 or 10452446. OLE color: 10452446.

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

Color convert

RGB 222 125 159 -
CMYK 0 0.44 0.28 0.13
HSL 338.97º 0.6% 0.68% -
HSV(B) 338.97º 0.44% 0.87% -
XYZ 43.72 32.7 36.81 -
YUV 157.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 222 125 159 0 0.44 0.28 0.13 338.97 0.6 0.68
Hex DE 7D 9F 0 2C 1C D 153 3C 44
Octal 336 175 237 0 54 34 15 523 74 104
Binary 11011110 1111101 10011111 0 101100 11100 1101 101010011 111100 1000100

Color Harmonies of #DE7D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D9F

Black with #DE7D9F

Text Example


Text Example

White with #DE7D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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