Html Css Color HEX #D25A7E Cranberry

📋 copy color: '#D25A7E'

red 210 ◦ green 90 ◦ blue 126

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

Shades of Cranberry #D25A7E

Tints of Cranberry #D25A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.58%

R = 49.3%
G = 21.13%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D25A7E (or 0xD25A7E) is known color: Cranberry. HEX triplet: D2, 5A and 7E. RGB value is (210,90,126). Sum of RGB (Red+Green+Blue) = 210+90+126=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A7E is #2DA581. Grayscale: #818181. Windows color (decimal): -2991490 or 8280786. OLE color: 8280786.

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

Color convert

RGB 210 90 126 -
CMYK 0 0.57 0.4 0.18
HSL 342º 0.57% 0.59% -
HSV(B) 342º 0.57% 0.82% -
XYZ 34 22.52 22.29 -
YUV 129.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 210 90 126 0 0.57 0.4 0.18 342 0.57 0.59
Hex D2 5A 7E 0 39 28 12 156 39 3B
Octal 322 132 176 0 71 50 22 526 71 73
Binary 11010010 1011010 1111110 0 111001 101000 10010 101010110 111001 111011

Color Harmonies of #D25A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A7E

Black with #D25A7E

Text Example


Text Example

White with #D25A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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