Html Css Color HEX #DC7F94 Carissma

📋 copy color: '#DC7F94'

red 220 ◦ green 127 ◦ blue 148

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

Shades of Carissma #DC7F94

Tints of Carissma #DC7F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.9%

R = 44.44%
G = 25.66%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC7F94 (or 0xDC7F94) is known color: Carissma. HEX triplet: DC, 7F and 94. RGB value is (220,127,148). Sum of RGB (Red+Green+Blue) = 220+127+148=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F94 is #23806B. Grayscale: #9D9D9D. Windows color (decimal): -2326636 or 9732060. OLE color: 9732060.

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

Color convert

RGB 220 127 148 -
CMYK 0 0.42 0.33 0.14
HSL 346.45º 0.57% 0.68% -
HSV(B) 346.45º 0.42% 0.86% -
XYZ 42.45 32.53 32.06 -
YUV 157.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 220 127 148 0 0.42 0.33 0.14 346.45 0.57 0.68
Hex DC 7F 94 0 2A 21 E 15A 39 44
Octal 334 177 224 0 52 41 16 532 71 104
Binary 11011100 1111111 10010100 0 101010 100001 1110 101011010 111001 1000100

Color Harmonies of #DC7F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F94

Black with #DC7F94

Text Example


Text Example

White with #DC7F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F94; }

 p { color: rgb(220,127,148); }

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

background-color css

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

 a { background-color: rgb(220,127,148); }

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

border-color css

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

 span { border-color: rgb(220,127,148); }

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