Html Css Color HEX #D2467D Cranberry

📋 copy color: '#D2467D'

red 210 ◦ green 70 ◦ blue 125

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

Shades of Cranberry #D2467D

Tints of Cranberry #D2467D

RGB

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

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

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

R = 51.85%
G = 17.28%
B = 30.86%

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

#D2467D (or 0xD2467D) is known color: Cranberry. HEX triplet: D2, 46 and 7D. RGB value is (210,70,125). Sum of RGB (Red+Green+Blue) = 210+70+125=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2467D is #2DB982. Grayscale: #767676. Windows color (decimal): -2996611 or 8210130. OLE color: 8210130.

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

Color convert

RGB 210 70 125 -
CMYK 0 0.67 0.40 0.18
HSL 336.43º 0.61% 0.55% -
HSV(B) 336.43º 0.67% 0.82% -
XYZ 32.47 19.56 21.47 -
YUV 118.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 210 70 125 0 0.67 0.40 0.18 336.43 0.61 0.55
Hex D2 46 7D 0 43 28 12 150 3D 37
Octal 322 106 175 0 103 50 22 520 75 67
Binary 11010010 1000110 1111101 0 1000011 101000 10010 101010000 111101 110111

Color Harmonies of #D2467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2467D

Black with #D2467D

Text Example


Text Example

White with #D2467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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