Html Css Color HEX #D65A7E Cranberry

📋 copy color: '#D65A7E'

red 214 ◦ green 90 ◦ blue 126

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

Shades of Cranberry #D65A7E

Tints of Cranberry #D65A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 49.77%
G = 20.93%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D65A7E (or 0xD65A7E) is known color: Cranberry. HEX triplet: D6, 5A and 7E. RGB value is (214,90,126). Sum of RGB (Red+Green+Blue) = 214+90+126=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A7E is #29A581. Grayscale: #838383. Windows color (decimal): -2729346 or 8280790. OLE color: 8280790.

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

Color convert

RGB 214 90 126 -
CMYK 0 0.58 0.41 0.16
HSL 342.58º 0.6% 0.6% -
HSV(B) 342.58º 0.58% 0.84% -
XYZ 35.15 23.11 22.35 -
YUV 131.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 214 90 126 0 0.58 0.41 0.16 342.58 0.6 0.6
Hex D6 5A 7E 0 3A 29 10 157 3C 3C
Octal 326 132 176 0 72 51 20 527 74 74
Binary 11010110 1011010 1111110 0 111010 101001 10000 101010111 111100 111100

Color Harmonies of #D65A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A7E

Black with #D65A7E

Text Example


Text Example

White with #D65A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A7E; }

 p { color: rgb(214,90,126); }

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

background-color css

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

 a { background-color: rgb(214,90,126); }

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

border-color css

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

 span { border-color: rgb(214,90,126); }

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