Html Css Color HEX #D2427D Cranberry

📋 copy color: '#D2427D'

red 210 ◦ green 66 ◦ blue 125

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

Shades of Cranberry #D2427D

Tints of Cranberry #D2427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.46%

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

R = 52.37%
G = 16.46%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2427D (or 0xD2427D) is known color: Cranberry. HEX triplet: D2, 42 and 7D. RGB value is (210,66,125). Sum of RGB (Red+Green+Blue) = 210+66+125=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2427D is #2DBD82. Grayscale: #737373. Windows color (decimal): -2997635 or 8209106. OLE color: 8209106.

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

Color convert

RGB 210 66 125 -
CMYK 0 0.69 0.40 0.18
HSL 335.42º 0.62% 0.54% -
HSV(B) 335.42º 0.69% 0.82% -
XYZ 32.23 19.08 21.39 -
YUV 115.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 210 66 125 0 0.69 0.40 0.18 335.42 0.62 0.54
Hex D2 42 7D 0 45 28 12 14F 3E 36
Octal 322 102 175 0 105 50 22 517 76 66
Binary 11010010 1000010 1111101 0 1000101 101000 10010 101001111 111110 110110

Color Harmonies of #D2427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2427D

Black with #D2427D

Text Example


Text Example

White with #D2427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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