Html Css Color HEX #DE7E9B Carissma

📋 copy color: '#DE7E9B'

red 222 ◦ green 126 ◦ blue 155

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

Shades of Carissma #DE7E9B

Tints of Carissma #DE7E9B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.05%

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 44.14%
G = 25.05%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE7E9B (or 0xDE7E9B) is known color: Carissma. HEX triplet: DE, 7E and 9B. RGB value is (222,126,155). Sum of RGB (Red+Green+Blue) = 222+126+155=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7E9B is #218164. Grayscale: #9D9D9D. Windows color (decimal): -2195813 or 10190558. OLE color: 10190558.

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

Color convert

RGB 222 126 155 -
CMYK 0 0.43 0.30 0.13
HSL 341.88º 0.59% 0.68% -
HSV(B) 341.88º 0.43% 0.87% -
XYZ 43.5 32.82 35.05 -
YUV 158.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 222 126 155 0 0.43 0.30 0.13 341.88 0.59 0.68
Hex DE 7E 9B 0 2B 1E D 156 3B 44
Octal 336 176 233 0 53 36 15 526 73 104
Binary 11011110 1111110 10011011 0 101011 11110 1101 101010110 111011 1000100

Color Harmonies of #DE7E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7E9B

Black with #DE7E9B

Text Example


Text Example

White with #DE7E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7E9B; }

 p { color: rgb(222,126,155); }

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

background-color css

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

 a { background-color: rgb(222,126,155); }

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

border-color css

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

 span { border-color: rgb(222,126,155); }

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