Html Css Color HEX #D0457C Cranberry

📋 copy color: '#D0457C'

red 208 ◦ green 69 ◦ blue 124

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

Shades of Cranberry #D0457C

Tints of Cranberry #D0457C

RGB

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

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

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

R = 51.87%
G = 17.21%
B = 30.92%

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

#D0457C (or 0xD0457C) is known color: Cranberry. HEX triplet: D0, 45 and 7C. RGB value is (208,69,124). Sum of RGB (Red+Green+Blue) = 208+69+124=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0457C is #2FBA83. Grayscale: #747474. Windows color (decimal): -3127940 or 8144336. OLE color: 8144336.

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

Color convert

RGB 208 69 124 -
CMYK 0 0.67 0.40 0.18
HSL 336.26º 0.6% 0.54% -
HSV(B) 336.26º 0.67% 0.82% -
XYZ 31.78 19.12 21.08 -
YUV 116.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 208 69 124 0 0.67 0.40 0.18 336.26 0.6 0.54
Hex D0 45 7C 0 43 28 12 150 3C 36
Octal 320 105 174 0 103 50 22 520 74 66
Binary 11010000 1000101 1111100 0 1000011 101000 10010 101010000 111100 110110

Color Harmonies of #D0457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0457C

Black with #D0457C

Text Example


Text Example

White with #D0457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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