Html Css Color HEX #D0457F Cranberry

📋 copy color: '#D0457F'

red 208 ◦ green 69 ◦ blue 127

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

Shades of Cranberry #D0457F

Tints of Cranberry #D0457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.08%

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

R = 51.49%
G = 17.08%
B = 31.44%

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

#D0457F (or 0xD0457F) is known color: Cranberry. HEX triplet: D0, 45 and 7F. RGB value is (208,69,127). Sum of RGB (Red+Green+Blue) = 208+69+127=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0457F is #2FBA80. Grayscale: #757575. Windows color (decimal): -3127937 or 8340944. OLE color: 8340944.

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

Color convert

RGB 208 69 127 -
CMYK 0 0.67 0.39 0.18
HSL 334.96º 0.6% 0.54% -
HSV(B) 334.96º 0.67% 0.82% -
XYZ 31.97 19.2 22.1 -
YUV 117.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 208 69 127 0 0.67 0.39 0.18 334.96 0.6 0.54
Hex D0 45 7F 0 43 27 12 14F 3C 36
Octal 320 105 177 0 103 47 22 517 74 66
Binary 11010000 1000101 1111111 0 1000011 100111 10010 101001111 111100 110110

Color Harmonies of #D0457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0457F

Black with #D0457F

Text Example


Text Example

White with #D0457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0457F; }

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

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

background-color css

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

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

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

border-color css

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

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

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