Html Css Color HEX #DE7F98 Carissma

📋 copy color: '#DE7F98'

red 222 ◦ green 127 ◦ blue 152

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

Shades of Carissma #DE7F98

Tints of Carissma #DE7F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.34%

R = 44.31%
G = 25.35%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE7F98 (or 0xDE7F98) is known color: Carissma. HEX triplet: DE, 7F and 98. RGB value is (222,127,152). Sum of RGB (Red+Green+Blue) = 222+127+152=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7F98 is #218067. Grayscale: #9E9E9E. Windows color (decimal): -2195560 or 9994206. OLE color: 9994206.

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

Color convert

RGB 222 127 152 -
CMYK 0 0.43 0.32 0.13
HSL 344.21º 0.59% 0.68% -
HSV(B) 344.21º 0.43% 0.87% -
XYZ 43.38 32.98 33.78 -
YUV 158.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 222 127 152 0 0.43 0.32 0.13 344.21 0.59 0.68
Hex DE 7F 98 0 2B 20 D 158 3B 44
Octal 336 177 230 0 53 40 15 530 73 104
Binary 11011110 1111111 10011000 0 101011 100000 1101 101011000 111011 1000100

Color Harmonies of #DE7F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F98

Black with #DE7F98

Text Example


Text Example

White with #DE7F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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