Html Css Color HEX #D0467F Cranberry

📋 copy color: '#D0467F'

red 208 ◦ green 70 ◦ blue 127

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

Shades of Cranberry #D0467F

Tints of Cranberry #D0467F

RGB

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

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

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

R = 51.36%
G = 17.28%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0467F (or 0xD0467F) is known color: Cranberry. HEX triplet: D0, 46 and 7F. RGB value is (208,70,127). Sum of RGB (Red+Green+Blue) = 208+70+127=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0467F is #2FB980. Grayscale: #757575. Windows color (decimal): -3127681 or 8341200. OLE color: 8341200.

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

Color convert

RGB 208 70 127 -
CMYK 0 0.66 0.39 0.18
HSL 335.22º 0.59% 0.55% -
HSV(B) 335.22º 0.66% 0.82% -
XYZ 32.03 19.32 22.12 -
YUV 117.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 208 70 127 0 0.66 0.39 0.18 335.22 0.59 0.55
Hex D0 46 7F 0 42 27 12 14F 3B 37
Octal 320 106 177 0 102 47 22 517 73 67
Binary 11010000 1000110 1111111 0 1000010 100111 10010 101001111 111011 110111

Color Harmonies of #D0467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0467F

Black with #D0467F

Text Example


Text Example

White with #D0467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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