Html Css Color HEX #D0467C Cranberry

📋 copy color: '#D0467C'

red 208 ◦ green 70 ◦ blue 124

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

Shades of Cranberry #D0467C

Tints of Cranberry #D0467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

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

R = 51.74%
G = 17.41%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0467C (or 0xD0467C) is known color: Cranberry. HEX triplet: D0, 46 and 7C. RGB value is (208,70,124). Sum of RGB (Red+Green+Blue) = 208+70+124=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0467C is #2FB983. Grayscale: #757575. Windows color (decimal): -3127684 or 8144592. OLE color: 8144592.

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

Color convert

RGB 208 70 124 -
CMYK 0 0.66 0.40 0.18
HSL 336.52º 0.59% 0.55% -
HSV(B) 336.52º 0.66% 0.82% -
XYZ 31.84 19.25 21.11 -
YUV 117.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 208 70 124 0 0.66 0.40 0.18 336.52 0.59 0.55
Hex D0 46 7C 0 42 28 12 151 3B 37
Octal 320 106 174 0 102 50 22 521 73 67
Binary 11010000 1000110 1111100 0 1000010 101000 10010 101010001 111011 110111

Color Harmonies of #D0467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0467C

Black with #D0467C

Text Example


Text Example

White with #D0467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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