Html Css Color HEX #D5427C Cranberry

📋 copy color: '#D5427C'

red 213 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #D5427C

Tints of Cranberry #D5427C

RGB

 RED value IS 213 (83.59% from 255) = 52.85%

 GREEN value IS 66 (26.17% from 255) = 16.38%

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 52.85%
G = 16.38%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5427C (or 0xD5427C) is known color: Cranberry. HEX triplet: D5, 42 and 7C. RGB value is (213,66,124). Sum of RGB (Red+Green+Blue) = 213+66+124=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5427C is #2ABD83. Grayscale: #747474. Windows color (decimal): -2801028 or 8143573. OLE color: 8143573.

HSL color Cylindrical-coordinate representation of color #D5427C: hue angle of 336.33º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5427C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 124 -
CMYK 0 0.69 0.42 0.16
HSL 336.33º 0.64% 0.55% -
HSV(B) 336.33º 0.69% 0.84% -
XYZ 33.03 19.5 21.09 -
YUV 116.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 213 66 124 0 0.69 0.42 0.16 336.33 0.64 0.55
Hex D5 42 7C 0 45 2A 10 150 40 37
Octal 325 102 174 0 105 52 20 520 100 67
Binary 11010101 1000010 1111100 0 1000101 101010 10000 101010000 1000000 110111

Color Harmonies of #D5427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5427C

Black with #D5427C

Text Example


Text Example

White with #D5427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5427C; }

 p { color: rgb(213,66,124); }

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

background-color css

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

 a { background-color: rgb(213,66,124); }

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

border-color css

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

 span { border-color: rgb(213,66,124); }

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