Html Css Color HEX #D2427C Cranberry

📋 copy color: '#D2427C'

red 210 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #D2427C

Tints of Cranberry #D2427C

RGB

 RED value IS 210 (82.42% from 255) = 52.5%

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

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

R = 52.5%
G = 16.5%
B = 31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2427C (or 0xD2427C) is known color: Cranberry. HEX triplet: D2, 42 and 7C. RGB value is (210,66,124). Sum of RGB (Red+Green+Blue) = 210+66+124=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2427C is #2DBD83. Grayscale: #737373. Windows color (decimal): -2997636 or 8143570. OLE color: 8143570.

HSL color Cylindrical-coordinate representation of color #D2427C: hue angle of 335.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2427C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 124 -
CMYK 0 0.69 0.41 0.18
HSL 335.83º 0.62% 0.54% -
HSV(B) 335.83º 0.69% 0.82% -
XYZ 32.16 19.05 21.05 -
YUV 115.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 210 66 124 0 0.69 0.41 0.18 335.83 0.62 0.54
Hex D2 42 7C 0 45 29 12 150 3E 36
Octal 322 102 174 0 105 51 22 520 76 66
Binary 11010010 1000010 1111100 0 1000101 101001 10010 101010000 111110 110110

Color Harmonies of #D2427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2427C

Black with #D2427C

Text Example


Text Example

White with #D2427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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