Html Css Color HEX #D25A7A Cranberry

📋 copy color: '#D25A7A'

red 210 ◦ green 90 ◦ blue 122

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

Shades of Cranberry #D25A7A

Tints of Cranberry #D25A7A

RGB

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

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

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

R = 49.76%
G = 21.33%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D25A7A (or 0xD25A7A) is known color: Cranberry. HEX triplet: D2, 5A and 7A. RGB value is (210,90,122). Sum of RGB (Red+Green+Blue) = 210+90+122=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A7A is #2DA585. Grayscale: #818181. Windows color (decimal): -2991494 or 8018642. OLE color: 8018642.

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

Color convert

RGB 210 90 122 -
CMYK 0 0.57 0.42 0.18
HSL 344º 0.57% 0.59% -
HSV(B) 344º 0.57% 0.82% -
XYZ 33.75 22.42 20.96 -
YUV 129.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 210 90 122 0 0.57 0.42 0.18 344 0.57 0.59
Hex D2 5A 7A 0 39 2A 12 158 39 3B
Octal 322 132 172 0 71 52 22 530 71 73
Binary 11010010 1011010 1111010 0 111001 101010 10010 101011000 111001 111011

Color Harmonies of #D25A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A7A

Black with #D25A7A

Text Example


Text Example

White with #D25A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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