Html Css Color HEX #D6507A Cranberry

📋 copy color: '#D6507A'

red 214 ◦ green 80 ◦ blue 122

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

Shades of Cranberry #D6507A

Tints of Cranberry #D6507A

RGB

 RED value IS 214 (83.98% from 255) = 51.44%

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

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

R = 51.44%
G = 19.23%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6507A (or 0xD6507A) is known color: Cranberry. HEX triplet: D6, 50 and 7A. RGB value is (214,80,122). Sum of RGB (Red+Green+Blue) = 214+80+122=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6507A is #29AF85. Grayscale: #7C7C7C. Windows color (decimal): -2731910 or 8016086. OLE color: 8016086.

HSL color Cylindrical-coordinate representation of color #D6507A: hue angle of 341.19º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6507A is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 122 -
CMYK 0 0.63 0.43 0.16
HSL 341.19º 0.62% 0.58% -
HSV(B) 341.19º 0.63% 0.84% -
XYZ 34.11 21.44 20.75 -
YUV 124.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 214 80 122 0 0.63 0.43 0.16 341.19 0.62 0.58
Hex D6 50 7A 0 3F 2B 10 155 3E 3A
Octal 326 120 172 0 77 53 20 525 76 72
Binary 11010110 1010000 1111010 0 111111 101011 10000 101010101 111110 111010

Color Harmonies of #D6507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6507A

Black with #D6507A

Text Example


Text Example

White with #D6507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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