Html Css Color HEX #D25D7D Cranberry

📋 copy color: '#D25D7D'

red 210 ◦ green 93 ◦ blue 125

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

Shades of Cranberry #D25D7D

Tints of Cranberry #D25D7D

RGB

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

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

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

R = 49.07%
G = 21.73%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D25D7D (or 0xD25D7D) is known color: Cranberry. HEX triplet: D2, 5D and 7D. RGB value is (210,93,125). Sum of RGB (Red+Green+Blue) = 210+93+125=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D7D is #2DA282. Grayscale: #838383. Windows color (decimal): -2990723 or 8216018. OLE color: 8216018.

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

Color convert

RGB 210 93 125 -
CMYK 0 0.56 0.40 0.18
HSL 343.59º 0.57% 0.59% -
HSV(B) 343.59º 0.56% 0.82% -
XYZ 34.19 23.01 22.04 -
YUV 131.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 210 93 125 0 0.56 0.40 0.18 343.59 0.57 0.59
Hex D2 5D 7D 0 38 28 12 158 39 3B
Octal 322 135 175 0 70 50 22 530 71 73
Binary 11010010 1011101 1111101 0 111000 101000 10010 101011000 111001 111011

Color Harmonies of #D25D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D7D

Black with #D25D7D

Text Example


Text Example

White with #D25D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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