Html Css Color HEX #D0427C Cranberry

📋 copy color: '#D0427C'

red 208 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #D0427C

Tints of Cranberry #D0427C

RGB

 RED value IS 208 (81.64% from 255) = 52.26%

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

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

R = 52.26%
G = 16.58%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0427C (or 0xD0427C) is known color: Cranberry. HEX triplet: D0, 42 and 7C. RGB value is (208,66,124). Sum of RGB (Red+Green+Blue) = 208+66+124=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0427C is #2FBD83. Grayscale: #727272. Windows color (decimal): -3128708 or 8143568. OLE color: 8143568.

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

Color convert

RGB 208 66 124 -
CMYK 0 0.68 0.40 0.18
HSL 335.49º 0.6% 0.54% -
HSV(B) 335.49º 0.68% 0.82% -
XYZ 31.6 18.76 21.02 -
YUV 115.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 208 66 124 0 0.68 0.40 0.18 335.49 0.6 0.54
Hex D0 42 7C 0 44 28 12 14F 3C 36
Octal 320 102 174 0 104 50 22 517 74 66
Binary 11010000 1000010 1111100 0 1000100 101000 10010 101001111 111100 110110

Color Harmonies of #D0427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0427C

Black with #D0427C

Text Example


Text Example

White with #D0427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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