Html Css Color HEX #D25D7A Cranberry

📋 copy color: '#D25D7A'

red 210 ◦ green 93 ◦ blue 122

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

Shades of Cranberry #D25D7A

Tints of Cranberry #D25D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.88%

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 49.41%
G = 21.88%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25D7A (or 0xD25D7A) is known color: Cranberry. HEX triplet: D2, 5D and 7A. RGB value is (210,93,122). Sum of RGB (Red+Green+Blue) = 210+93+122=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D7A is #2DA285. Grayscale: #838383. Windows color (decimal): -2990726 or 8019410. OLE color: 8019410.

HSL color Cylindrical-coordinate representation of color #D25D7A: hue angle of 345.13º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25D7A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 93 122 -
CMYK 0 0.56 0.42 0.18
HSL 345.13º 0.57% 0.59% -
HSV(B) 345.13º 0.56% 0.82% -
XYZ 34.01 22.94 21.05 -
YUV 131.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 210 93 122 0 0.56 0.42 0.18 345.13 0.57 0.59
Hex D2 5D 7A 0 38 2A 12 159 39 3B
Octal 322 135 172 0 70 52 22 531 71 73
Binary 11010010 1011101 1111010 0 111000 101010 10010 101011001 111001 111011

Color Harmonies of #D25D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D7A

Black with #D25D7A

Text Example


Text Example

White with #D25D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D7A; }

 p { color: rgb(210,93,122); }

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

background-color css

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

 a { background-color: rgb(210,93,122); }

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

border-color css

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

 span { border-color: rgb(210,93,122); }

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