Html Css Color HEX #D0457D Cranberry

📋 copy color: '#D0457D'

red 208 ◦ green 69 ◦ blue 125

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

Shades of Cranberry #D0457D

Tints of Cranberry #D0457D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 51.74%
G = 17.16%
B = 31.09%

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

#D0457D (or 0xD0457D) is known color: Cranberry. HEX triplet: D0, 45 and 7D. RGB value is (208,69,125). Sum of RGB (Red+Green+Blue) = 208+69+125=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0457D is #2FBA82. Grayscale: #747474. Windows color (decimal): -3127939 or 8209872. OLE color: 8209872.

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

Color convert

RGB 208 69 125 -
CMYK 0 0.67 0.40 0.18
HSL 335.83º 0.6% 0.54% -
HSV(B) 335.83º 0.67% 0.82% -
XYZ 31.84 19.15 21.42 -
YUV 116.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 208 69 125 0 0.67 0.40 0.18 335.83 0.6 0.54
Hex D0 45 7D 0 43 28 12 150 3C 36
Octal 320 105 175 0 103 50 22 520 74 66
Binary 11010000 1000101 1111101 0 1000011 101000 10010 101010000 111100 110110

Color Harmonies of #D0457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0457D

Black with #D0457D

Text Example


Text Example

White with #D0457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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