Html Css Color HEX #D2507B Cranberry

📋 copy color: '#D2507B'

red 210 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #D2507B

Tints of Cranberry #D2507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 50.85%
G = 19.37%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2507B (or 0xD2507B) is known color: Cranberry. HEX triplet: D2, 50 and 7B. RGB value is (210,80,123). Sum of RGB (Red+Green+Blue) = 210+80+123=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2507B is #2DAF84. Grayscale: #7B7B7B. Windows color (decimal): -2994053 or 8081618. OLE color: 8081618.

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

Color convert

RGB 210 80 123 -
CMYK 0 0.62 0.41 0.18
HSL 340.15º 0.59% 0.57% -
HSV(B) 340.15º 0.62% 0.82% -
XYZ 33.02 20.87 21.03 -
YUV 123.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 210 80 123 0 0.62 0.41 0.18 340.15 0.59 0.57
Hex D2 50 7B 0 3E 29 12 154 3B 39
Octal 322 120 173 0 76 51 22 524 73 71
Binary 11010010 1010000 1111011 0 111110 101001 10010 101010100 111011 111001

Color Harmonies of #D2507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2507B

Black with #D2507B

Text Example


Text Example

White with #D2507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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