Html Css Color HEX #DC4A7E Cranberry

📋 copy color: '#DC4A7E'

red 220 ◦ green 74 ◦ blue 126

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

Shades of Cranberry #DC4A7E

Tints of Cranberry #DC4A7E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

 BLUE value IS 126 (49.61% from 255) = 30%

R = 52.38%
G = 17.62%
B = 30%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC4A7E (or 0xDC4A7E) is known color: Cranberry. HEX triplet: DC, 4A and 7E. RGB value is (220,74,126). Sum of RGB (Red+Green+Blue) = 220+74+126=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A7E is #23B581. Grayscale: #7B7B7B. Windows color (decimal): -2340226 or 8276700. OLE color: 8276700.

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

Color convert

RGB 220 74 126 -
CMYK 0 0.66 0.43 0.14
HSL 338.63º 0.68% 0.58% -
HSV(B) 338.63º 0.66% 0.86% -
XYZ 35.73 21.62 22.03 -
YUV 123.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 220 74 126 0 0.66 0.43 0.14 338.63 0.68 0.58
Hex DC 4A 7E 0 42 2B E 153 44 3A
Octal 334 112 176 0 102 53 16 523 104 72
Binary 11011100 1001010 1111110 0 1000010 101011 1110 101010011 1000100 111010

Color Harmonies of #DC4A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A7E

Black with #DC4A7E

Text Example


Text Example

White with #DC4A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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