Html Css Color HEX #D0527A Cranberry

📋 copy color: '#D0527A'

red 208 ◦ green 82 ◦ blue 122

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

Shades of Cranberry #D0527A

Tints of Cranberry #D0527A

RGB

 RED value IS 208 (81.64% from 255) = 50.49%

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 50.49%
G = 19.9%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0527A (or 0xD0527A) is known color: Cranberry. HEX triplet: D0, 52 and 7A. RGB value is (208,82,122). Sum of RGB (Red+Green+Blue) = 208+82+122=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0527A is #2FAD85. Grayscale: #7C7C7C. Windows color (decimal): -3124614 or 8016592. OLE color: 8016592.

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

Color convert

RGB 208 82 122 -
CMYK 0 0.61 0.41 0.18
HSL 340.95º 0.57% 0.57% -
HSV(B) 340.95º 0.61% 0.82% -
XYZ 32.54 20.85 20.72 -
YUV 124.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 208 82 122 0 0.61 0.41 0.18 340.95 0.57 0.57
Hex D0 52 7A 0 3D 29 12 155 39 39
Octal 320 122 172 0 75 51 22 525 71 71
Binary 11010000 1010010 1111010 0 111101 101001 10010 101010101 111001 111001

Color Harmonies of #D0527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0527A

Black with #D0527A

Text Example


Text Example

White with #D0527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0527A; }

 p { color: rgb(208,82,122); }

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

background-color css

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

 a { background-color: rgb(208,82,122); }

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

border-color css

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

 span { border-color: rgb(208,82,122); }

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