Html Css Color HEX #D2547D Cranberry

📋 copy color: '#D2547D'

red 210 ◦ green 84 ◦ blue 125

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

Shades of Cranberry #D2547D

Tints of Cranberry #D2547D

RGB

 RED value IS 210 (82.42% from 255) = 50.12%

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 50.12%
G = 20.05%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2547D (or 0xD2547D) is known color: Cranberry. HEX triplet: D2, 54 and 7D. RGB value is (210,84,125). Sum of RGB (Red+Green+Blue) = 210+84+125=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2547D is #2DAB82. Grayscale: #7E7E7E. Windows color (decimal): -2993027 or 8213714. OLE color: 8213714.

HSL color Cylindrical-coordinate representation of color #D2547D: hue angle of 340.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2547D is Cyan = 0, Magento = 0.6, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 84 125 -
CMYK 0 0.6 0.40 0.18
HSL 340.48º 0.58% 0.58% -
HSV(B) 340.48º 0.6% 0.82% -
XYZ 33.45 21.52 21.79 -
YUV 126.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 210 84 125 0 0.6 0.40 0.18 340.48 0.58 0.58
Hex D2 54 7D 0 3C 28 12 154 3A 3A
Octal 322 124 175 0 74 50 22 524 72 72
Binary 11010010 1010100 1111101 0 111100 101000 10010 101010100 111010 111010

Color Harmonies of #D2547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2547D

Black with #D2547D

Text Example


Text Example

White with #D2547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2547D; }

 p { color: rgb(210,84,125); }

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

background-color css

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

 a { background-color: rgb(210,84,125); }

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

border-color css

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

 span { border-color: rgb(210,84,125); }

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