Html Css Color HEX #D2507F Cranberry

📋 copy color: '#D2507F'

red 210 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #D2507F

Tints of Cranberry #D2507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.46%

R = 50.36%
G = 19.18%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2507F (or 0xD2507F) is known color: Cranberry. HEX triplet: D2, 50 and 7F. RGB value is (210,80,127). Sum of RGB (Red+Green+Blue) = 210+80+127=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2507F is #2DAF80. Grayscale: #7C7C7C. Windows color (decimal): -2994049 or 8343762. OLE color: 8343762.

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

Color convert

RGB 210 80 127 -
CMYK 0 0.62 0.40 0.18
HSL 338.31º 0.59% 0.57% -
HSV(B) 338.31º 0.62% 0.82% -
XYZ 33.28 20.97 22.37 -
YUV 124.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 210 80 127 0 0.62 0.40 0.18 338.31 0.59 0.57
Hex D2 50 7F 0 3E 28 12 152 3B 39
Octal 322 120 177 0 76 50 22 522 73 71
Binary 11010010 1010000 1111111 0 111110 101000 10010 101010010 111011 111001

Color Harmonies of #D2507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2507F

Black with #D2507F

Text Example


Text Example

White with #D2507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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