Html Css Color HEX #D0447C Cranberry

📋 copy color: '#D0447C'

red 208 ◦ green 68 ◦ blue 124

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

Shades of Cranberry #D0447C

Tints of Cranberry #D0447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

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

R = 52%
G = 17%
B = 31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0447C (or 0xD0447C) is known color: Cranberry. HEX triplet: D0, 44 and 7C. RGB value is (208,68,124). Sum of RGB (Red+Green+Blue) = 208+68+124=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0447C is #2FBB83. Grayscale: #747474. Windows color (decimal): -3128196 or 8144080. OLE color: 8144080.

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

Color convert

RGB 208 68 124 -
CMYK 0 0.67 0.40 0.18
HSL 336º 0.6% 0.54% -
HSV(B) 336º 0.67% 0.82% -
XYZ 31.72 19 21.06 -
YUV 116.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 208 68 124 0 0.67 0.40 0.18 336 0.6 0.54
Hex D0 44 7C 0 43 28 12 150 3C 36
Octal 320 104 174 0 103 50 22 520 74 66
Binary 11010000 1000100 1111100 0 1000011 101000 10010 101010000 111100 110110

Color Harmonies of #D0447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0447C

Black with #D0447C

Text Example


Text Example

White with #D0447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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