Html Css Color HEX #DC7D90 Carissma

📋 copy color: '#DC7D90'

red 220 ◦ green 125 ◦ blue 144

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

Shades of Carissma #DC7D90

Tints of Carissma #DC7D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 44.99%
G = 25.56%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC7D90 (or 0xDC7D90) is known color: Carissma. HEX triplet: DC, 7D and 90. RGB value is (220,125,144). Sum of RGB (Red+Green+Blue) = 220+125+144=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D90 is #23826F. Grayscale: #9B9B9B. Windows color (decimal): -2327152 or 9469404. OLE color: 9469404.

HSL color Cylindrical-coordinate representation of color #DC7D90: hue angle of 348º degrees, saturation: 0.58, 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 #DC7D90 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 144 -
CMYK 0 0.43 0.35 0.14
HSL 348º 0.58% 0.68% -
HSV(B) 348º 0.43% 0.86% -
XYZ 41.88 31.9 30.33 -
YUV 155.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 220 125 144 0 0.43 0.35 0.14 348 0.58 0.68
Hex DC 7D 90 0 2B 23 E 15C 3A 44
Octal 334 175 220 0 53 43 16 534 72 104
Binary 11011100 1111101 10010000 0 101011 100011 1110 101011100 111010 1000100

Color Harmonies of #DC7D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D90

Black with #DC7D90

Text Example


Text Example

White with #DC7D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D90; }

 p { color: rgb(220,125,144); }

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

background-color css

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

 a { background-color: rgb(220,125,144); }

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

border-color css

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

 span { border-color: rgb(220,125,144); }

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