Html Css Color HEX #D0447F Cranberry

📋 copy color: '#D0447F'

red 208 ◦ green 68 ◦ blue 127

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

Shades of Cranberry #D0447F

Tints of Cranberry #D0447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 51.61%
G = 16.87%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0447F (or 0xD0447F) is known color: Cranberry. HEX triplet: D0, 44 and 7F. RGB value is (208,68,127). Sum of RGB (Red+Green+Blue) = 208+68+127=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0447F is #2FBB80. Grayscale: #747474. Windows color (decimal): -3128193 or 8340688. OLE color: 8340688.

HSL color Cylindrical-coordinate representation of color #D0447F: hue angle of 334.71º 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 #D0447F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 127 -
CMYK 0 0.67 0.39 0.18
HSL 334.71º 0.6% 0.54% -
HSV(B) 334.71º 0.67% 0.82% -
XYZ 31.91 19.08 22.08 -
YUV 116.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 208 68 127 0 0.67 0.39 0.18 334.71 0.6 0.54
Hex D0 44 7F 0 43 27 12 14F 3C 36
Octal 320 104 177 0 103 47 22 517 74 66
Binary 11010000 1000100 1111111 0 1000011 100111 10010 101001111 111100 110110

Color Harmonies of #D0447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0447F

Black with #D0447F

Text Example


Text Example

White with #D0447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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