Html Css Color HEX #DC7E9D Carissma

📋 copy color: '#DC7E9D'

red 220 ◦ green 126 ◦ blue 157

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

Shades of Carissma #DC7E9D

Tints of Carissma #DC7E9D

RGB

 RED value IS 220 (86.33% from 255) = 43.74%

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

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 43.74%
G = 25.05%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC7E9D (or 0xDC7E9D) is known color: Carissma. HEX triplet: DC, 7E and 9D. RGB value is (220,126,157). Sum of RGB (Red+Green+Blue) = 220+126+157=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E9D is #238162. Grayscale: #9D9D9D. Windows color (decimal): -2326883 or 10321628. OLE color: 10321628.

HSL color Cylindrical-coordinate representation of color #DC7E9D: hue angle of 340.21º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7E9D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 157 -
CMYK 0 0.43 0.29 0.14
HSL 340.21º 0.57% 0.68% -
HSV(B) 340.21º 0.43% 0.86% -
XYZ 43.06 32.57 35.92 -
YUV 157.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 220 126 157 0 0.43 0.29 0.14 340.21 0.57 0.68
Hex DC 7E 9D 0 2B 1D E 154 39 44
Octal 334 176 235 0 53 35 16 524 71 104
Binary 11011100 1111110 10011101 0 101011 11101 1110 101010100 111001 1000100

Color Harmonies of #DC7E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E9D

Black with #DC7E9D

Text Example


Text Example

White with #DC7E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E9D; }

 p { color: rgb(220,126,157); }

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

background-color css

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

 a { background-color: rgb(220,126,157); }

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

border-color css

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

 span { border-color: rgb(220,126,157); }

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