Html Css Color HEX #D2507A Cranberry

📋 copy color: '#D2507A'

red 210 ◦ green 80 ◦ blue 122

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

Shades of Cranberry #D2507A

Tints of Cranberry #D2507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

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

R = 50.97%
G = 19.42%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2507A (or 0xD2507A) is known color: Cranberry. HEX triplet: D2, 50 and 7A. RGB value is (210,80,122). Sum of RGB (Red+Green+Blue) = 210+80+122=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2507A is #2DAF85. Grayscale: #7B7B7B. Windows color (decimal): -2994054 or 8016082. OLE color: 8016082.

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

Color convert

RGB 210 80 122 -
CMYK 0 0.62 0.42 0.18
HSL 340.62º 0.59% 0.57% -
HSV(B) 340.62º 0.62% 0.82% -
XYZ 32.96 20.84 20.7 -
YUV 123.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 210 80 122 0 0.62 0.42 0.18 340.62 0.59 0.57
Hex D2 50 7A 0 3E 2A 12 155 3B 39
Octal 322 120 172 0 76 52 22 525 73 71
Binary 11010010 1010000 1111010 0 111110 101010 10010 101010101 111011 111001

Color Harmonies of #D2507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2507A

Black with #D2507A

Text Example


Text Example

White with #D2507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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