Html Css Color HEX #D25A7D Cranberry

📋 copy color: '#D25A7D'

red 210 ◦ green 90 ◦ blue 125

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

Shades of Cranberry #D25A7D

Tints of Cranberry #D25A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.18%

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

R = 49.41%
G = 21.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D25A7D (or 0xD25A7D) is known color: Cranberry. HEX triplet: D2, 5A and 7D. RGB value is (210,90,125). Sum of RGB (Red+Green+Blue) = 210+90+125=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A7D is #2DA582. Grayscale: #818181. Windows color (decimal): -2991491 or 8215250. OLE color: 8215250.

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

Color convert

RGB 210 90 125 -
CMYK 0 0.57 0.40 0.18
HSL 342.5º 0.57% 0.59% -
HSV(B) 342.5º 0.57% 0.82% -
XYZ 33.94 22.49 21.96 -
YUV 129.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 210 90 125 0 0.57 0.40 0.18 342.5 0.57 0.59
Hex D2 5A 7D 0 39 28 12 156 39 3B
Octal 322 132 175 0 71 50 22 526 71 73
Binary 11010010 1011010 1111101 0 111001 101000 10010 101010110 111001 111011

Color Harmonies of #D25A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A7D

Black with #D25A7D

Text Example


Text Example

White with #D25A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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